-
Notifications
You must be signed in to change notification settings - Fork 4
Ansible role in JetBrew to provision the EDPM nodes #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
d419eec to
f212c7c
Compare
| # Starting node index for compute node provisioning (0-indexed) | ||
| # Default is 4 (starts from 5th node: 1 bastion + 3 OCP nodes = index 4) | ||
| # Set this in group_vars/all.yml to start provisioning from a different node | ||
| compute_start_node_index: 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This var is defined in group_vars/all.sample.yml alsoo..
if this is intended, change the var name to "start_node", keep default value to 5 and change the comments as necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still i can see the same name in group_vars/all.yml
- Add edpm_provisioning.yml playbook with pre_tasks and foreman role - Add foreman role with boot mode detection and host configuration - Update group_vars with provision variables (foreman_os, foreman_url, compute_start_node_index) - Add foreman configuration template and defaults
- Add edpm_provisioning.yml playbook with pre_tasks and foreman role - Add foreman role with boot mode detection and host configuration - Update group_vars with provision variables (foreman_os, foreman_url, compute_start_node_index) - Add foreman configuration template and defaults
- Add edpm_provisioning.yml playbook with pre_tasks and foreman role - Add foreman role with boot mode detection and host configuration - Update group_vars with provision variables (foreman_os, foreman_url, compute_start_node_index) - Add foreman configuration template and defaults
No description provided.